PDFView4NET WPF Edition
ChangedProperty Property




O2S.Components.PDFView4NET Namespace > PDFCollectionChangedEventArgs<T> Class : ChangedProperty Property
Gets the name of changed property when the change type is item update.
Syntax
'Declaration
 
Public ReadOnly Property ChangedProperty As String
'Usage
 
Dim instance As PDFCollectionChangedEventArgs(Of T)
Dim value As String
 
value = instance.ChangedProperty
public string ChangedProperty {get;}
public: __property string* get_ChangedProperty();
public:
property String^ ChangedProperty {
   String^ get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFCollectionChangedEventArgs<T> Class
PDFCollectionChangedEventArgs<T> Members